home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 124 / pcfcd124-a.iso / PCF wired.dxr / 00124_Netscape 4.73 Launch.ls < prev    next >
Encoding:
Text File  |  2001-05-22  |  172 b   |  13 lines

  1. on mouseEnter me
  2.   gWhichScript()
  3.   gChangeDetails()
  4. end
  5.  
  6. on mouseLeave me
  7.   gWhichScriptOff()
  8. end
  9.  
  10. on mouseUp
  11.   open("50 free utilities\Internet\Netscape6\setup.exe")
  12. end
  13.